You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Methods > ToString Method > ToString Method (Formatting, CultureInfo, params JsonConverter[])
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken.ToString Method (Formatting, CultureInfo, params JsonConverter[])

Returns the JSON for this token using the given formatting and converters.

Syntax
C++
C#
Visual Basic
public: string ToString( Formatting formatting, CultureInfo cultureInfo, params JsonConverter[] converters );
Parameters
Parameters 
Description 
formatting 
Indicates how the output is formatted. 
converters 
A collection of JsonConverter which will be used when writing the token. 
Returns

The JSON for this token using the given formatting and converters.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.